Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Cloner<T> Interface
Members


In This Topic
    Cloner<T> Interface
    In This Topic
    Supports cloning, which creates a new instance of a class with the same value as an existing instance.
    Syntax
    'Declaration
     
    
    Public Interface Cloner(Of T) 
    'Usage
     
    
    Dim instance As Cloner(Of T)
    public interface Cloner<T> 
    Type Parameters
    T
    See Also